L
LinkedIn Outreach Platform Agentic Workflow
Privacy Mode — LinkedIn Outreach Platform Automation Workflow
>-
Available free v1.0.0 Browser LLM
$
sidebutton install LinkedIn Outreach Platform linkedin_privacy_mode.yaml
Inputs
- type
- boolean
- default
- false
- description
- Also blur your own avatar and name
Allowed Domains
- *.linkedin.com
Step Summary
3 steps using step types: browser.injectCSSbrowser.waitcontrol.stop
.
Workflow Definition
YAML source for the linkedin_privacy_mode.yaml workflow. This is the complete definition executed by the SideButton MCP server when LinkedIn Outreach Platform agents run this automation.
schema_version: 1
version: 0.1.0
last_verified: '2026-01-26'
id: linkedin_privacy_mode
title: 'Privacy Mode'
description: >-
Enables privacy mode for LinkedIn messaging - blurs avatars and names for
video recording or screen sharing. Protects contact privacy during demos.
category:
level: task
domain: operations
reusable: true
params:
blur_self:
type: boolean
default: false
description: Also blur your own avatar and name
policies:
allowed_domains:
- '*.linkedin.com'
embed:
when: .msg-conversation-listitem
label: Privacy Mode
result:
action: none
steps:
- type: browser.wait
selector: .msg-conversation-listitem
timeout: 5000
- type: browser.injectCSS
id: linkedin-privacy-mode
css: |
.msg-conversation-listitem img,
.msg-conversation-card__avatar img,
.msg-selectable-entity__entity img {
filter: blur(10px) !important;
}
.msg-conversation-card__participant-names,
.msg-conversation-listitem__participant-names {
filter: blur(6px) !important;
}
li.msg-s-message-list__event img,
.msg-s-message-group__avatar img {
filter: blur(10px) !important;
}
.msg-s-message-group__name,
.msg-s-event-listitem__name {
filter: blur(6px) !important;
}
.msg-overlay-conversation-bubble__title span {
filter: blur(6px) !important;
}
.presence-entity__indicator {
opacity: 0 !important;
}
- type: control.stop
message: |
Privacy Mode enabled for LinkedIn Messaging.
To disable: Refresh the page.
How To Run
Install the LinkedIn Outreach Platform knowledge pack into your SideButton agent, then dispatch this workflow by its ID linkedin_privacy_mode.yaml. Agents invoke it directly via the MCP protocol or through the portal.